- libssh2_agent_connect
int libssh2_agent_connect(LIBSSH2_AGENT* agent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_agent_disconnect
int libssh2_agent_disconnect(LIBSSH2_AGENT* agent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_agent_free
void libssh2_agent_free(LIBSSH2_AGENT* agent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_agent_get_identity
int libssh2_agent_get_identity(LIBSSH2_AGENT* agent, libssh2_agent_publickey** store, libssh2_agent_publickey* prev)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_agent_init
LIBSSH2_AGENT* libssh2_agent_init(LIBSSH2_SESSION* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_agent_list_identities
int libssh2_agent_list_identities(LIBSSH2_AGENT* agent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_agent_userauth
int libssh2_agent_userauth(LIBSSH2_AGENT* agent, char* username, libssh2_agent_publickey* identity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_banner_set
int libssh2_banner_set(LIBSSH2_SESSION* session, char* banner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_base64_decode
int libssh2_base64_decode(LIBSSH2_SESSION* session, char** dest, uint* dest_len, char* src, uint src_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_close
int libssh2_channel_close(LIBSSH2_CHANNEL* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_direct_tcpip
LIBSSH2_CHANNEL* libssh2_channel_direct_tcpip(LIBSSH2_SESSION* session, char* host, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_direct_tcpip_ex
LIBSSH2_CHANNEL* libssh2_channel_direct_tcpip_ex(LIBSSH2_SESSION* session, char* host, int port, char* shost, int sport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_eof
int libssh2_channel_eof(LIBSSH2_CHANNEL* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_exec
int libssh2_channel_exec(LIBSSH2_CHANNEL* channel, char* command)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_flush
int libssh2_channel_flush(LIBSSH2_CHANNEL* channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_flush_ex
int libssh2_channel_flush_ex(LIBSSH2_CHANNEL* channel, int streamid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_flush_stderr
int libssh2_channel_flush_stderr(LIBSSH2_CHANNEL* channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_forward_accept
LIBSSH2_CHANNEL* libssh2_channel_forward_accept(LIBSSH2_LISTENER* listener)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_forward_cancel
int libssh2_channel_forward_cancel(LIBSSH2_LISTENER* listener)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_forward_listen
LIBSSH2_LISTENER* libssh2_channel_forward_listen(LIBSSH2_SESSION* session, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_forward_listen_ex
LIBSSH2_LISTENER* libssh2_channel_forward_listen_ex(LIBSSH2_SESSION* session, char* host, int port, int* bound_port, int queue_maxsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_free
int libssh2_channel_free(LIBSSH2_CHANNEL* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_get_exit_signal
int libssh2_channel_get_exit_signal(LIBSSH2_CHANNEL* channel, char** exitsignal, size_t* exitsignal_len, char** errmsg, size_t* errmsg_len, char** langtag, size_t* langtag_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_get_exit_status
int libssh2_channel_get_exit_status(LIBSSH2_CHANNEL* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_handle_extended_data
void libssh2_channel_handle_extended_data(LIBSSH2_CHANNEL* channel, int ignore_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_handle_extended_data2
int libssh2_channel_handle_extended_data2(LIBSSH2_CHANNEL* channel, int ignore_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_ignore_extended_data
void libssh2_channel_ignore_extended_data(LIBSSH2_CHANNEL* channel, int ignore)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_open_ex
LIBSSH2_CHANNEL* libssh2_channel_open_ex(LIBSSH2_SESSION* session, char* channel_type, uint channel_type_len, uint window_size, uint packet_size, char* message, uint message_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_open_session
LIBSSH2_CHANNEL* libssh2_channel_open_session(LIBSSH2_SESSION* session, char* channel_type, uint channel_type_len, uint window_size, uint packet_size, char* message)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_process_startup
int libssh2_channel_process_startup(LIBSSH2_CHANNEL* channel, char* request, uint request_len, char* message, uint message_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_read
ssize_t libssh2_channel_read(LIBSSH2_CHANNEL* channel, char* buf, size_t buflen)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_read_ex
ssize_t libssh2_channel_read_ex(LIBSSH2_CHANNEL* channel, int stream_id, char* buf, size_t buflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_read_stderr
ssize_t libssh2_channel_read_stderr(LIBSSH2_CHANNEL* channel, char* buf, size_t buflen)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_receive_window_adjust
ulong libssh2_channel_receive_window_adjust(LIBSSH2_CHANNEL* channel, ulong adjustment, char force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_receive_window_adjust2
int libssh2_channel_receive_window_adjust2(LIBSSH2_CHANNEL* channel, ulong adjustment, char force, uint* storewindow)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_request_pty
int libssh2_channel_request_pty(LIBSSH2_CHANNEL* channel, char* term)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_request_pty_ex
int libssh2_channel_request_pty_ex(LIBSSH2_CHANNEL* channel, char* term, uint term_len, char* modes, uint modes_len, int width, int height, int width_px, int height_px)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_request_pty_size
int libssh2_channel_request_pty_size(LIBSSH2_CHANNEL* channel, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_request_pty_size_ex
int libssh2_channel_request_pty_size_ex(LIBSSH2_CHANNEL* channel, int width, int height, int width_px, int height_px)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_send_eof
int libssh2_channel_send_eof(LIBSSH2_CHANNEL* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_set_blocking
void libssh2_channel_set_blocking(LIBSSH2_CHANNEL* channel, int blocking)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_setenv
int libssh2_channel_setenv(LIBSSH2_CHANNEL* channel, char* varname, char* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_setenv_ex
int libssh2_channel_setenv_ex(LIBSSH2_CHANNEL* channel, char* varname, uint varname_len, char* value, uint value_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_shell
int libssh2_channel_shell(LIBSSH2_CHANNEL* channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_subsystem
int libssh2_channel_subsystem(LIBSSH2_CHANNEL* channel, char* subsystem)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_wait_closed
int libssh2_channel_wait_closed(LIBSSH2_CHANNEL* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_wait_eof
int libssh2_channel_wait_eof(LIBSSH2_CHANNEL* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_window_read
ulong libssh2_channel_window_read(LIBSSH2_CHANNEL* channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_window_read_ex
ulong libssh2_channel_window_read_ex(LIBSSH2_CHANNEL* channel, ulong* read_avail, ulong* window_size_initial)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_window_write
ulong libssh2_channel_window_write(LIBSSH2_CHANNEL* channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_window_write_ex
ulong libssh2_channel_window_write_ex(LIBSSH2_CHANNEL* channel, ulong* window_size_initial)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_write
ssize_t libssh2_channel_write(LIBSSH2_CHANNEL* channel, char* buf, size_t buflen)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_write_ex
ssize_t libssh2_channel_write_ex(LIBSSH2_CHANNEL* channel, int stream_id, char* buf, size_t buflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_channel_write_stderr
ssize_t libssh2_channel_write_stderr(LIBSSH2_CHANNEL* channel, char* buf, size_t buflen)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_x11_req
int libssh2_channel_x11_req(LIBSSH2_CHANNEL* channel, int screen_number)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_channel_x11_req_ex
int libssh2_channel_x11_req_ex(LIBSSH2_CHANNEL* channel, int single_connection, char* auth_proto, char* auth_cookie, int screen_number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_exit
void libssh2_exit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_free
void libssh2_free(LIBSSH2_SESSION* session, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_hostkey_hash
char* libssh2_hostkey_hash(LIBSSH2_SESSION* session, int hash_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_init
int libssh2_init(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_keepalive_config
void libssh2_keepalive_config(LIBSSH2_SESSION* session, int want_reply, uint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_keepalive_send
int libssh2_keepalive_send(LIBSSH2_SESSION* session, int* seconds_to_next)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_add
int libssh2_knownhost_add(LIBSSH2_KNOWNHOSTS* hosts, char* host, char* salt, char* key, size_t keylen, int typemask, libssh2_knownhost** store)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_addc
int libssh2_knownhost_addc(LIBSSH2_KNOWNHOSTS* hosts, char* host, char* salt, char* key, size_t keylen, char* comment, size_t commentlen, int typemask, libssh2_knownhost** store)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_check
int libssh2_knownhost_check(LIBSSH2_KNOWNHOSTS* hosts, char* host, char* key, size_t keylen, int typemask, libssh2_knownhost** knownhost)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_checkp
int libssh2_knownhost_checkp(LIBSSH2_KNOWNHOSTS* hosts, char* host, int port, char* key, size_t keylen, int typemask, libssh2_knownhost** knownhost)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_del
int libssh2_knownhost_del(LIBSSH2_KNOWNHOSTS* hosts, libssh2_knownhost* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_free
void libssh2_knownhost_free(LIBSSH2_KNOWNHOSTS* hosts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_get
int libssh2_knownhost_get(LIBSSH2_KNOWNHOSTS* hosts, libssh2_knownhost** store, libssh2_knownhost* prev)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_init
LIBSSH2_KNOWNHOSTS* libssh2_knownhost_init(LIBSSH2_SESSION* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_readfile
int libssh2_knownhost_readfile(LIBSSH2_KNOWNHOSTS* hosts, char* filename, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_readline
int libssh2_knownhost_readline(LIBSSH2_KNOWNHOSTS* hosts, char* line, size_t len, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_writefile
int libssh2_knownhost_writefile(LIBSSH2_KNOWNHOSTS* hosts, char* filename, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_knownhost_writeline
int libssh2_knownhost_writeline(LIBSSH2_KNOWNHOSTS* hosts, libssh2_knownhost* known, char* buffer, size_t buflen, size_t* outlen, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_poll
int libssh2_poll(LIBSSH2_POLLFD* fds, uint nfds, long timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_poll_channel_read
int libssh2_poll_channel_read(LIBSSH2_CHANNEL* channel, int extended)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_scp_recv
LIBSSH2_CHANNEL* libssh2_scp_recv(LIBSSH2_SESSION* session, char* path, stat_t* sb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_scp_send
LIBSSH2_CHANNEL* libssh2_scp_send(LIBSSH2_SESSION* session, char* path, int mode, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_scp_send64
LIBSSH2_CHANNEL* libssh2_scp_send64(LIBSSH2_SESSION* session, char* path, int mode, libssh2_int64_t size, time_t mtime, time_t atime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_scp_send_ex
LIBSSH2_CHANNEL* libssh2_scp_send_ex(LIBSSH2_SESSION* session, char* path, int mode, size_t size, long mtime, long atime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_abstract
void** libssh2_session_abstract(LIBSSH2_SESSION* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_banner_get
char* libssh2_session_banner_get(LIBSSH2_SESSION* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_banner_set
int libssh2_session_banner_set(LIBSSH2_SESSION* session, char* banner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_block_directions
int libssh2_session_block_directions(LIBSSH2_SESSION* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_callback_set
void* libssh2_session_callback_set(LIBSSH2_SESSION* session, int cbtype, void* callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_disconnect
int libssh2_session_disconnect(LIBSSH2_SESSION* session, char* description)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_session_disconnect_ex
int libssh2_session_disconnect_ex(LIBSSH2_SESSION* session, int reason, char* description, char* lang)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_flag
int libssh2_session_flag(LIBSSH2_SESSION* session, int flag, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_free
int libssh2_session_free(LIBSSH2_SESSION* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_get_blocking
int libssh2_session_get_blocking(LIBSSH2_SESSION* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_get_timeout
long libssh2_session_get_timeout(LIBSSH2_SESSION* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_handshake
int libssh2_session_handshake(LIBSSH2_SESSION* session, libssh2_socket_t sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_hostkey
char* libssh2_session_hostkey(LIBSSH2_SESSION* session, size_t* len, int* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_init
LIBSSH2_SESSION* libssh2_session_init()
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_session_init_ex
LIBSSH2_SESSION* libssh2_session_init_ex(LIBSSH2_ALLOC_FUNC my_alloc, LIBSSH2_FREE_FUNC my_free, LIBSSH2_REALLOC_FUNC my_realloc, void* _abstract)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_last_errno
int libssh2_session_last_errno(LIBSSH2_SESSION* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_last_error
int libssh2_session_last_error(LIBSSH2_SESSION* session, char** errmsg, int* errmsg_len, int want_buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_method_pref
int libssh2_session_method_pref(LIBSSH2_SESSION* session, int method_type, char* prefs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_methods
char* libssh2_session_methods(LIBSSH2_SESSION* session, int method_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_set_blocking
void libssh2_session_set_blocking(LIBSSH2_SESSION* session, int blocking)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_set_timeout
void libssh2_session_set_timeout(LIBSSH2_SESSION* session, long timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_startup
int libssh2_session_startup(LIBSSH2_SESSION* session, int sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_session_supported_algs
int libssh2_session_supported_algs(LIBSSH2_SESSION* session, int method_type, char*** algs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_trace
int libssh2_trace(LIBSSH2_SESSION* session, int bitmask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_trace_sethandler
int libssh2_trace_sethandler(LIBSSH2_SESSION* session, void* context, libssh2_trace_handler_func callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_userauth_authenticated
int libssh2_userauth_authenticated(LIBSSH2_SESSION* session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_userauth_hostbased_fromfile
int libssh2_userauth_hostbased_fromfile(LIBSSH2_SESSION* session, char* username, char* publickey, char* privatekey, char* passphrase, char* hostname, char* local_username)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_userauth_hostbased_fromfile_ex
int libssh2_userauth_hostbased_fromfile_ex(LIBSSH2_SESSION* session, char* username, uint username_len, char* publickey, char* privatekey, char* passphrase, char* hostname, uint hostname_len, char* local_username, uint local_username_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_userauth_keyboard_interactive
int libssh2_userauth_keyboard_interactive(LIBSSH2_SESSION* session, char* username, LIBSSH2_USERAUTH_KBDINT_RESPONSE_FUNC response_callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_userauth_keyboard_interactive_ex
int libssh2_userauth_keyboard_interactive_ex(LIBSSH2_SESSION* session, char* username, uint username_len, LIBSSH2_USERAUTH_KBDINT_RESPONSE_FUNC response_callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_userauth_list
char* libssh2_userauth_list(LIBSSH2_SESSION* session, char* username, uint username_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_userauth_password
int libssh2_userauth_password(LIBSSH2_SESSION* session, char* username, char* password)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_userauth_password_ex
int libssh2_userauth_password_ex(LIBSSH2_SESSION* session, char* username, uint username_len, char* password, uint password_len, LIBSSH2_PASSWD_CHANGEREQ_FUNC passwd_change_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_userauth_publickey
int libssh2_userauth_publickey(LIBSSH2_SESSION* session, char* username, char* pubkeydata, size_t pubkeydata_len, LIBSSH2_USERAUTH_PUBLICKEY_SIGN_FUNC sign_callback, void** _abstract)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_userauth_publickey_fromfile
int libssh2_userauth_publickey_fromfile(LIBSSH2_SESSION* session, char* username, char* publickey, char* privatekey, char* passphrase)
Undocumented in source. Be warned that the author may not have intended to support it.
- libssh2_userauth_publickey_fromfile_ex
int libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION* session, char* username, uint username_len, char* publickey, char* privatekey, char* passphrase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- libssh2_version
char* libssh2_version(int req_version_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- HAVE_LIBSSH2_AGENT_API
auto HAVE_LIBSSH2_AGENT_API;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- HAVE_LIBSSH2_KNOWNHOST_API
auto HAVE_LIBSSH2_KNOWNHOST_API;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- HAVE_LIBSSH2_VERSION_API
auto HAVE_LIBSSH2_VERSION_API;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2CHANNEL_EAGAIN
auto LIBSSH2CHANNEL_EAGAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_CALLBACK_DEBUG
auto LIBSSH2_CALLBACK_DEBUG;
Undocumented in source.
- LIBSSH2_CALLBACK_DISCONNECT
auto LIBSSH2_CALLBACK_DISCONNECT;
Undocumented in source.
- LIBSSH2_CALLBACK_IGNORE
auto LIBSSH2_CALLBACK_IGNORE;
Undocumented in source.
- LIBSSH2_CALLBACK_MACERROR
auto LIBSSH2_CALLBACK_MACERROR;
Undocumented in source.
- LIBSSH2_CALLBACK_RECV
auto LIBSSH2_CALLBACK_RECV;
Undocumented in source.
- LIBSSH2_CALLBACK_SEND
auto LIBSSH2_CALLBACK_SEND;
Undocumented in source.
- LIBSSH2_CALLBACK_X11
auto LIBSSH2_CALLBACK_X11;
Undocumented in source.
- LIBSSH2_CHANNEL_EXTENDED_DATA_IGNORE
auto LIBSSH2_CHANNEL_EXTENDED_DATA_IGNORE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_CHANNEL_EXTENDED_DATA_MERGE
auto LIBSSH2_CHANNEL_EXTENDED_DATA_MERGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_CHANNEL_EXTENDED_DATA_NORMAL
auto LIBSSH2_CHANNEL_EXTENDED_DATA_NORMAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_CHANNEL_FLUSH_ALL
auto LIBSSH2_CHANNEL_FLUSH_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_CHANNEL_FLUSH_EXTENDED_DATA
auto LIBSSH2_CHANNEL_FLUSH_EXTENDED_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_CHANNEL_MINADJUST
auto LIBSSH2_CHANNEL_MINADJUST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_CHANNEL_PACKET_DEFAULT
auto LIBSSH2_CHANNEL_PACKET_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_CHANNEL_WINDOW_DEFAULT
auto LIBSSH2_CHANNEL_WINDOW_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_COPYRIGHT
auto LIBSSH2_COPYRIGHT;
Undocumented in source.
- LIBSSH2_DH_GEX_MAXGROUP
auto LIBSSH2_DH_GEX_MAXGROUP;
Undocumented in source.
- LIBSSH2_DH_GEX_MINGROUP
auto LIBSSH2_DH_GEX_MINGROUP;
Undocumented in source.
- LIBSSH2_DH_GEX_OPTGROUP
auto LIBSSH2_DH_GEX_OPTGROUP;
Undocumented in source.
- LIBSSH2_ERROR_AGENT_PROTOCOL
auto LIBSSH2_ERROR_AGENT_PROTOCOL;
Undocumented in source.
- LIBSSH2_ERROR_ALLOC
auto LIBSSH2_ERROR_ALLOC;
Undocumented in source.
- LIBSSH2_ERROR_AUTHENTICATION_FAILED
auto LIBSSH2_ERROR_AUTHENTICATION_FAILED;
Undocumented in source.
- LIBSSH2_ERROR_BAD_SOCKET
auto LIBSSH2_ERROR_BAD_SOCKET;
Undocumented in source.
- LIBSSH2_ERROR_BAD_USE
auto LIBSSH2_ERROR_BAD_USE;
Undocumented in source.
- LIBSSH2_ERROR_BANNER_RECV
auto LIBSSH2_ERROR_BANNER_RECV;
Undocumented in source.
- LIBSSH2_ERROR_BANNER_SEND
auto LIBSSH2_ERROR_BANNER_SEND;
Undocumented in source.
- LIBSSH2_ERROR_BUFFER_TOO_SMALL
auto LIBSSH2_ERROR_BUFFER_TOO_SMALL;
Undocumented in source.
- LIBSSH2_ERROR_CHANNEL_CLOSED
auto LIBSSH2_ERROR_CHANNEL_CLOSED;
Undocumented in source.
- LIBSSH2_ERROR_CHANNEL_EOF_SENT
auto LIBSSH2_ERROR_CHANNEL_EOF_SENT;
Undocumented in source.
- LIBSSH2_ERROR_CHANNEL_FAILURE
auto LIBSSH2_ERROR_CHANNEL_FAILURE;
Undocumented in source.
- LIBSSH2_ERROR_CHANNEL_OUTOFORDER
auto LIBSSH2_ERROR_CHANNEL_OUTOFORDER;
Undocumented in source.
- LIBSSH2_ERROR_CHANNEL_PACKET_EXCEEDED
auto LIBSSH2_ERROR_CHANNEL_PACKET_EXCEEDED;
Undocumented in source.
- LIBSSH2_ERROR_CHANNEL_REQUEST_DENIED
auto LIBSSH2_ERROR_CHANNEL_REQUEST_DENIED;
Undocumented in source.
- LIBSSH2_ERROR_CHANNEL_UNKNOWN
auto LIBSSH2_ERROR_CHANNEL_UNKNOWN;
Undocumented in source.
- LIBSSH2_ERROR_CHANNEL_WINDOW_EXCEEDED
auto LIBSSH2_ERROR_CHANNEL_WINDOW_EXCEEDED;
Undocumented in source.
- LIBSSH2_ERROR_COMPRESS
auto LIBSSH2_ERROR_COMPRESS;
Undocumented in source.
- LIBSSH2_ERROR_DECRYPT
auto LIBSSH2_ERROR_DECRYPT;
Undocumented in source.
- LIBSSH2_ERROR_EAGAIN
auto LIBSSH2_ERROR_EAGAIN;
Undocumented in source.
- LIBSSH2_ERROR_ENCRYPT
auto LIBSSH2_ERROR_ENCRYPT;
Undocumented in source.
- LIBSSH2_ERROR_FILE
auto LIBSSH2_ERROR_FILE;
Undocumented in source.
- LIBSSH2_ERROR_HOSTKEY_INIT
auto LIBSSH2_ERROR_HOSTKEY_INIT;
Undocumented in source.
- LIBSSH2_ERROR_HOSTKEY_SIGN
auto LIBSSH2_ERROR_HOSTKEY_SIGN;
Undocumented in source.
- LIBSSH2_ERROR_INVAL
auto LIBSSH2_ERROR_INVAL;
Undocumented in source.
- LIBSSH2_ERROR_INVALID_MAC
auto LIBSSH2_ERROR_INVALID_MAC;
Undocumented in source.
- LIBSSH2_ERROR_INVALID_POLL_TYPE
auto LIBSSH2_ERROR_INVALID_POLL_TYPE;
Undocumented in source.
- LIBSSH2_ERROR_KEX_FAILURE
auto LIBSSH2_ERROR_KEX_FAILURE;
Undocumented in source.
- LIBSSH2_ERROR_KEY_EXCHANGE_FAILURE
auto LIBSSH2_ERROR_KEY_EXCHANGE_FAILURE;
Undocumented in source.
- LIBSSH2_ERROR_KNOWN_HOSTS
auto LIBSSH2_ERROR_KNOWN_HOSTS;
Undocumented in source.
- LIBSSH2_ERROR_METHOD_NONE
auto LIBSSH2_ERROR_METHOD_NONE;
Undocumented in source.
- LIBSSH2_ERROR_METHOD_NOT_SUPPORTED
auto LIBSSH2_ERROR_METHOD_NOT_SUPPORTED;
Undocumented in source.
- LIBSSH2_ERROR_NONE
auto LIBSSH2_ERROR_NONE;
Undocumented in source.
- LIBSSH2_ERROR_OUT_OF_BOUNDARY
auto LIBSSH2_ERROR_OUT_OF_BOUNDARY;
Undocumented in source.
- LIBSSH2_ERROR_PASSWORD_EXPIRED
auto LIBSSH2_ERROR_PASSWORD_EXPIRED;
Undocumented in source.
- LIBSSH2_ERROR_PROTO
auto LIBSSH2_ERROR_PROTO;
Undocumented in source.
- LIBSSH2_ERROR_PUBLICKEY_PROTOCOL
auto LIBSSH2_ERROR_PUBLICKEY_PROTOCOL;
Undocumented in source.
- LIBSSH2_ERROR_PUBLICKEY_UNRECOGNIZED
auto LIBSSH2_ERROR_PUBLICKEY_UNRECOGNIZED;
Undocumented in source.
- LIBSSH2_ERROR_PUBLICKEY_UNVERIFIED
auto LIBSSH2_ERROR_PUBLICKEY_UNVERIFIED;
Undocumented in source.
- LIBSSH2_ERROR_REQUEST_DENIED
auto LIBSSH2_ERROR_REQUEST_DENIED;
Undocumented in source.
- LIBSSH2_ERROR_SCP_PROTOCOL
auto LIBSSH2_ERROR_SCP_PROTOCOL;
Undocumented in source.
- LIBSSH2_ERROR_SFTP_PROTOCOL
auto LIBSSH2_ERROR_SFTP_PROTOCOL;
Undocumented in source.
- LIBSSH2_ERROR_SOCKET_DISCONNECT
auto LIBSSH2_ERROR_SOCKET_DISCONNECT;
Undocumented in source.
- LIBSSH2_ERROR_SOCKET_NONE
auto LIBSSH2_ERROR_SOCKET_NONE;
Undocumented in source.
- LIBSSH2_ERROR_SOCKET_RECV
auto LIBSSH2_ERROR_SOCKET_RECV;
Undocumented in source.
- LIBSSH2_ERROR_SOCKET_SEND
auto LIBSSH2_ERROR_SOCKET_SEND;
Undocumented in source.
- LIBSSH2_ERROR_SOCKET_TIMEOUT
auto LIBSSH2_ERROR_SOCKET_TIMEOUT;
Undocumented in source.
- LIBSSH2_ERROR_TIMEOUT
auto LIBSSH2_ERROR_TIMEOUT;
Undocumented in source.
- LIBSSH2_ERROR_ZLIB
auto LIBSSH2_ERROR_ZLIB;
Undocumented in source.
- LIBSSH2_FLAG_COMPRESS
auto LIBSSH2_FLAG_COMPRESS;
Undocumented in source.
- LIBSSH2_FLAG_SIGPIPE
auto LIBSSH2_FLAG_SIGPIPE;
Undocumented in source.
- LIBSSH2_HOSTKEY_HASH_MD5
auto LIBSSH2_HOSTKEY_HASH_MD5;
Undocumented in source.
- LIBSSH2_HOSTKEY_HASH_SHA1
auto LIBSSH2_HOSTKEY_HASH_SHA1;
Undocumented in source.
- LIBSSH2_HOSTKEY_TYPE_DSS
auto LIBSSH2_HOSTKEY_TYPE_DSS;
Undocumented in source.
- LIBSSH2_HOSTKEY_TYPE_RSA
auto LIBSSH2_HOSTKEY_TYPE_RSA;
Undocumented in source.
- LIBSSH2_HOSTKEY_TYPE_UNKNOWN
auto LIBSSH2_HOSTKEY_TYPE_UNKNOWN;
Undocumented in source.
- LIBSSH2_INIT_NO_CRYPTO
auto LIBSSH2_INIT_NO_CRYPTO;
Undocumented in source.
- LIBSSH2_INVALID_SOCKET
auto LIBSSH2_INVALID_SOCKET;
Undocumented in source.
- LIBSSH2_INVALID_SOCKET
auto LIBSSH2_INVALID_SOCKET;
Undocumented in source.
- LIBSSH2_KNOWNHOST_CHECK_FAILURE
auto LIBSSH2_KNOWNHOST_CHECK_FAILURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_CHECK_MATCH
auto LIBSSH2_KNOWNHOST_CHECK_MATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_CHECK_MISMATCH
auto LIBSSH2_KNOWNHOST_CHECK_MISMATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_CHECK_NOTFOUND
auto LIBSSH2_KNOWNHOST_CHECK_NOTFOUND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_FILE_OPENSSH
auto LIBSSH2_KNOWNHOST_FILE_OPENSSH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_KEYENC_BASE64
auto LIBSSH2_KNOWNHOST_KEYENC_BASE64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_KEYENC_MASK
auto LIBSSH2_KNOWNHOST_KEYENC_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_KEYENC_RAW
auto LIBSSH2_KNOWNHOST_KEYENC_RAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_KEY_MASK
auto LIBSSH2_KNOWNHOST_KEY_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_KEY_RSA1
auto LIBSSH2_KNOWNHOST_KEY_RSA1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_KEY_SHIFT
auto LIBSSH2_KNOWNHOST_KEY_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_KEY_SSHDSS
auto LIBSSH2_KNOWNHOST_KEY_SSHDSS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_KEY_SSHRSA
auto LIBSSH2_KNOWNHOST_KEY_SSHRSA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_KEY_UNKNOWN
auto LIBSSH2_KNOWNHOST_KEY_UNKNOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_TYPE_CUSTOM
auto LIBSSH2_KNOWNHOST_TYPE_CUSTOM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_TYPE_MASK
auto LIBSSH2_KNOWNHOST_TYPE_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_TYPE_PLAIN
auto LIBSSH2_KNOWNHOST_TYPE_PLAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_KNOWNHOST_TYPE_SHA1
auto LIBSSH2_KNOWNHOST_TYPE_SHA1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_METHOD_COMP_CS
auto LIBSSH2_METHOD_COMP_CS;
Undocumented in source.
- LIBSSH2_METHOD_COMP_SC
auto LIBSSH2_METHOD_COMP_SC;
Undocumented in source.
- LIBSSH2_METHOD_CRYPT_CS
auto LIBSSH2_METHOD_CRYPT_CS;
Undocumented in source.
- LIBSSH2_METHOD_CRYPT_SC
auto LIBSSH2_METHOD_CRYPT_SC;
Undocumented in source.
- LIBSSH2_METHOD_HOSTKEY
auto LIBSSH2_METHOD_HOSTKEY;
Undocumented in source.
- LIBSSH2_METHOD_KEX
auto LIBSSH2_METHOD_KEX;
Undocumented in source.
- LIBSSH2_METHOD_LANG_CS
auto LIBSSH2_METHOD_LANG_CS;
Undocumented in source.
- LIBSSH2_METHOD_LANG_SC
auto LIBSSH2_METHOD_LANG_SC;
Undocumented in source.
- LIBSSH2_METHOD_MAC_CS
auto LIBSSH2_METHOD_MAC_CS;
Undocumented in source.
- LIBSSH2_METHOD_MAC_SC
auto LIBSSH2_METHOD_MAC_SC;
Undocumented in source.
- LIBSSH2_PACKET_MAXCOMP
auto LIBSSH2_PACKET_MAXCOMP;
Undocumented in source.
- LIBSSH2_PACKET_MAXDECOMP
auto LIBSSH2_PACKET_MAXDECOMP;
Undocumented in source.
- LIBSSH2_PACKET_MAXPAYLOAD
auto LIBSSH2_PACKET_MAXPAYLOAD;
Undocumented in source.
- LIBSSH2_POLLFD_CHANNEL
auto LIBSSH2_POLLFD_CHANNEL;
Undocumented in source.
- LIBSSH2_POLLFD_CHANNEL_CLOSED
auto LIBSSH2_POLLFD_CHANNEL_CLOSED;
Undocumented in source.
- LIBSSH2_POLLFD_LISTENER
auto LIBSSH2_POLLFD_LISTENER;
Undocumented in source.
- LIBSSH2_POLLFD_LISTENER_CLOSED
auto LIBSSH2_POLLFD_LISTENER_CLOSED;
Undocumented in source.
- LIBSSH2_POLLFD_POLLERR
auto LIBSSH2_POLLFD_POLLERR;
Undocumented in source.
- LIBSSH2_POLLFD_POLLEX
auto LIBSSH2_POLLFD_POLLEX;
Undocumented in source.
- LIBSSH2_POLLFD_POLLEXT
auto LIBSSH2_POLLFD_POLLEXT;
Undocumented in source.
- LIBSSH2_POLLFD_POLLHUP
auto LIBSSH2_POLLFD_POLLHUP;
Undocumented in source.
- LIBSSH2_POLLFD_POLLIN
auto LIBSSH2_POLLFD_POLLIN;
Undocumented in source.
- LIBSSH2_POLLFD_POLLNVAL
auto LIBSSH2_POLLFD_POLLNVAL;
Undocumented in source.
- LIBSSH2_POLLFD_POLLOUT
auto LIBSSH2_POLLFD_POLLOUT;
Undocumented in source.
- LIBSSH2_POLLFD_POLLPRI
auto LIBSSH2_POLLFD_POLLPRI;
Undocumented in source.
- LIBSSH2_POLLFD_SESSION_CLOSED
auto LIBSSH2_POLLFD_SESSION_CLOSED;
Undocumented in source.
- LIBSSH2_POLLFD_SOCKET
auto LIBSSH2_POLLFD_SOCKET;
Undocumented in source.
- LIBSSH2_SESSION_BLOCK_INBOUND
auto LIBSSH2_SESSION_BLOCK_INBOUND;
Undocumented in source.
- LIBSSH2_SESSION_BLOCK_OUTBOUND
auto LIBSSH2_SESSION_BLOCK_OUTBOUND;
Undocumented in source.
- LIBSSH2_SOCKET_POLL_MAXLOOPS
auto LIBSSH2_SOCKET_POLL_MAXLOOPS;
Undocumented in source.
- LIBSSH2_SOCKET_POLL_UDELAY
auto LIBSSH2_SOCKET_POLL_UDELAY;
Undocumented in source.
- LIBSSH2_SSH_BANNER
auto LIBSSH2_SSH_BANNER;
Undocumented in source.
- LIBSSH2_SSH_DEFAULT_BANNER
auto LIBSSH2_SSH_DEFAULT_BANNER;
Undocumented in source.
- LIBSSH2_SSH_DEFAULT_BANNER_WITH_CRLF
auto LIBSSH2_SSH_DEFAULT_BANNER_WITH_CRLF;
Undocumented in source.
- LIBSSH2_TERM_HEIGHT
auto LIBSSH2_TERM_HEIGHT;
Undocumented in source.
- LIBSSH2_TERM_HEIGHT_PX
auto LIBSSH2_TERM_HEIGHT_PX;
Undocumented in source.
- LIBSSH2_TERM_WIDTH
auto LIBSSH2_TERM_WIDTH;
Undocumented in source.
- LIBSSH2_TERM_WIDTH_PX
auto LIBSSH2_TERM_WIDTH_PX;
Undocumented in source.
- LIBSSH2_TIMESTAMP
auto LIBSSH2_TIMESTAMP;
Undocumented in source.
- LIBSSH2_TRACE_AUTH
auto LIBSSH2_TRACE_AUTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_TRACE_CONN
auto LIBSSH2_TRACE_CONN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_TRACE_ERROR
auto LIBSSH2_TRACE_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_TRACE_KEX
auto LIBSSH2_TRACE_KEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_TRACE_PUBLICKEY
auto LIBSSH2_TRACE_PUBLICKEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_TRACE_SCP
auto LIBSSH2_TRACE_SCP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_TRACE_SFTP
auto LIBSSH2_TRACE_SFTP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_TRACE_SOCKET
auto LIBSSH2_TRACE_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_TRACE_TRANS
auto LIBSSH2_TRACE_TRANS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LIBSSH2_VERSION
auto LIBSSH2_VERSION;
Undocumented in source.
- LIBSSH2_VERSION_MAJOR
auto LIBSSH2_VERSION_MAJOR;
Undocumented in source.
- LIBSSH2_VERSION_MINOR
auto LIBSSH2_VERSION_MINOR;
Undocumented in source.
- LIBSSH2_VERSION_NUM
auto LIBSSH2_VERSION_NUM;
Undocumented in source.
- LIBSSH2_VERSION_PATCH
auto LIBSSH2_VERSION_PATCH;
Undocumented in source.
- SSH_DISCONNECT_AUTH_CANCELLED_BY_USER
auto SSH_DISCONNECT_AUTH_CANCELLED_BY_USER;
Undocumented in source.
- SSH_DISCONNECT_BY_APPLICATION
auto SSH_DISCONNECT_BY_APPLICATION;
Undocumented in source.
- SSH_DISCONNECT_COMPRESSION_ERROR
auto SSH_DISCONNECT_COMPRESSION_ERROR;
Undocumented in source.
- SSH_DISCONNECT_CONNECTION_LOST
auto SSH_DISCONNECT_CONNECTION_LOST;
Undocumented in source.
- SSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLE
auto SSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLE;
Undocumented in source.
- SSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT
auto SSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT;
Undocumented in source.
- SSH_DISCONNECT_ILLEGAL_USER_NAME
auto SSH_DISCONNECT_ILLEGAL_USER_NAME;
Undocumented in source.
- SSH_DISCONNECT_KEY_EXCHANGE_FAILED
auto SSH_DISCONNECT_KEY_EXCHANGE_FAILED;
Undocumented in source.
- SSH_DISCONNECT_MAC_ERROR
auto SSH_DISCONNECT_MAC_ERROR;
Undocumented in source.
- SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE
auto SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE;
Undocumented in source.
- SSH_DISCONNECT_PROTOCOL_ERROR
auto SSH_DISCONNECT_PROTOCOL_ERROR;
Undocumented in source.
- SSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED
auto SSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED;
Undocumented in source.
- SSH_DISCONNECT_RESERVED
auto SSH_DISCONNECT_RESERVED;
Undocumented in source.
- SSH_DISCONNECT_SERVICE_NOT_AVAILABLE
auto SSH_DISCONNECT_SERVICE_NOT_AVAILABLE;
Undocumented in source.
- SSH_DISCONNECT_TOO_MANY_CONNECTIONS
auto SSH_DISCONNECT_TOO_MANY_CONNECTIONS;
Undocumented in source.
- SSH_EXTENDED_DATA_STDERR
auto SSH_EXTENDED_DATA_STDERR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.